github.com/refraction-networking/utls.Config.supportsCurve (method)

4 uses

	github.com/refraction-networking/utls (current package)
		common.go#L1277: func (c *Config) supportsCurve(version uint16, curve CurveID) bool {
		common.go#L1467: 				if c == curve && config.supportsCurve(vers, c) {
		handshake_server.go#L353: 		if c.supportsCurve(version, curve) {
		key_agreement.go#L172: 		if config.supportsCurve(ka.version, c) {